home *** CD-ROM | disk | FTP | other *** search
- ---------------------------------------------------------
- ! RiscOS front end for Gofer. (C) G.C.Wraith 1993 !
- ! !
- ! Version : Gofer2.30 !
- ! !
- ! Gofer is a non-strict functional programming language !
- ! extending a subset of Haskell, copyright Mark Jones. !
- ! See the accompanying file "Goferite". !
- ! !
- ! Platform : RiscOS 3.1 with at least 2 Mb RAM !
- ---------------------------------------------------------
-
- Double-click on !Gofer to install it on the iconbar.
-
- Click Select on the iconbar icon to open a taskwindow with
- Gofer running. You cannot open more than one at a time.
-
- Click Adjust on the iconbar icon to open a directory
- showing the prelude files. Clicking on a prelude's icon
- makes it the prelude used next time Gofer starts up.
-
- Dragging a text file, G_script file or G_Proj file onto
- the iconbar icon loads the script or project into Gofer,
- starting Gofer up if it is not already running.
-
- Double-clicking on a G-script file or G_Proj file loads
- the script or project into Gofer, starting Gofer up if
- it is not already running.
-
- Selecting Quit from the iconbar menu closes the taskwindow
- if it is open and removes the Gofer icon.
-
- Default options set in Gofer$Opts are:
-
- Number of heap cells 120000
- Prompt string Go>
- Name of expression last evaluated it
-
- **************************************** GCW *** 1/8/93 ******